home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / setup.swf / scripts / mx / resources / IResourceBundle.as next >
Text File  |  2008-10-29  |  232b  |  14 lines

  1. package mx.resources
  2. {
  3.    public interface IResourceBundle
  4.    {
  5.        
  6.       
  7.       function get content() : Object;
  8.       
  9.       function get locale() : String;
  10.       
  11.       function get bundleName() : String;
  12.    }
  13. }
  14.